go/token.FileSet.last (field)

5 uses

	go/token (current package)
		position.go#L390: 	last  *File        // cache of last file looked up
		position.go#L448: 	s.last = f
		position.go#L476: 	if f := s.last; f != nil && f.base <= int(p) && int(p) <= f.base+f.size {
		position.go#L487: 			s.last = f // race is ok - s.last is only a cache
		serialize.go#L43: 	s.last = nil